/* CSS Document */
/*
引用FLASH透明
<embed src="images/fl.swf" wmode="transparent" width="1161" height="71"></embed>

引用
<Iframe  src="hd.html" width="1420" height="400" marginheight="0" marginwidth="0" scrolling="no"  frameborder="0"></iframe>

模糊
.about img:hover{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); 
	opacity: 0.5;
	padding-left:1px;

}

表格1px
.about table { 
	border-collapse: collapse; 
	border: none; 
} 
.about table td { 
	border: solid #000 1px; 
} 

手形
cursor:pointer;


字间距为8px
letter-spacing:8px;
visibility:hidden;占位

ul dl 自适应
overflow:auto;
 zoom:1;
 
第一个LI
.nav ul li:first-child

最后一个LI
.nav ul li:last-child {
background: none;

实际减
box-sizing:border-box;

*/

*{
	margin:0;
	padding:0;
}

body{
	margin:0 auto;
	font-size:12px;
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei UI",SimHei,"宋体",simsun,sans-serif;
	/*background: #FF0000;*/
	overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6,b{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:12px;
}

em{
	font-style:normal;
}
	
ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
	list-style-type:none;
}

/*IE6 去间隙*/	

img{
	border:none;
	display:block;
	vertical-align:top;
}

a{
	cursor:pointer;
	text-decoration:none;
	color: #000000;
}

a:hover {
	cursor:pointer;
	text-decoration: underline;
	color: #FF0000;
}

.clear{
	zoom:1;
}
.clear:after{
	content:""; 
	display:block;
	clear:both;
}

/*布局*/
.hydiv,
.topdiv,
.headdiv,
.subMenu,
.bannerdiv,
.logodiv,
.navdiv,
.gd_picdiv,
.indexdiv,
.samediv,
.footerdiv,
.alnavdiv{
	width:100%;
	min-width:1001px;	
}


/*头部*/

.hydiv{
	background:#eee;	
}

.hy{	
	margin:0 auto;
	width:1001px;
	height:30px;
	line-height:30px;
	
}

.hy em{
	float:right;

}

.topdiv{
	background:url(../images/header_bg.jpg) repeat-x center ;
}

.top{	
	margin:0 auto;
	width:1001px;
	height:92px;
	box-sizing:border-box;
}

.logo{
	 float: left; 
	 width:60%;
}

.logo h1,
.logo h2{
	float:left;
}

.logo h1{
	
	
}

.logo h2{
	
}

.gg {
	 float:right;
	 width:166px;
	 padding-top:35px;
}

.gg h1 {
	width:166px;
	height:22px;
	background:url(../images/eng.png) no-repeat;
}


.gg h1 b {
	line-height:22px;
	
}



.gg h1 a {
	color:#fff;
}

/*搜索样式1*/

#search {
	float:right;
	 margin-top: 20px; 
	 margin-left: 5px; 
	 width: 380px; 
	 height: 35px; 
	 overflow: hidden;
}

#search h1 {
	float:left;
	width:70px;
	height:26px;
	color:#333; 
	font:italic 14px/26px Microsoft YaHei;
}

#search input { 
	float: left; 
}

.inp_srh {
	width: 186px;
	height: 26px; 
	line-height: 26px; 
	text-indent: 30px; 
	color: #999;
	background: url(../images/search_bg.png) no-repeat 0 0;
	border: none;
}

.btn_srh { 
	width: 60px;
	height: 26px; 
	line-height: 26px; 
	background: url(../images/search_bg.png) no-repeat -186px 0;
	border: none;
	cursor: pointer;
	color: #fff; 
	font-size: 12px; 
	text-indent: -5000px;
}

#search * { 
	vertical-align: middle;
}

/*搜索样式2*/

.search {
	float:right;
	 margin-top: 20px; 
	 margin-left: 5px; 
	 width: 380px; 
	 height: 35px; 
	 overflow: hidden;
	 background:#0000FF;
}
.search .am-topbar-form{
	width:160px;
	height:30px;
	border:none;
	line-height:30px;
	float:left;
}

.search .button{
	width:62px;
	height:30px;
	background:#337AB7;
	border:none;
	cursor:pointer;
	float:left;
	color:#FFFFFF;
}

/*导航一*/

.navdiv,
.nav{
	background: url(../images/nav_bg.jpg) repeat-x;
}

.nav {
	margin:0 auto;
	width:1001px;
	height:34px;

	
}

.nav ul {
	
}

.nav ul li {
	float:left;
	width:110px;
	height:34px;
	line-height:34px;
	text-align:center; 
	
	font-weight:bold;
	background:url(../images/nav_line.jpg) no-repeat right top;
}

.nav ul li a{
	font-size:12px;
	display:block; 
   	color: #FFFFFF;
}

.hover a,
.nav ul li a:hover,
.hover a:visited{
	text-decoration:none;
	padding:1px;

}

/*导航二*/

/*.navdiv {
	background: url("../images/nav_bg.jpg") repeat-x left center;
}

.nav {
	margin:0 auto;	
	width:1001px;
	height: 40px;
	font-size: 12px;
	clear: both;
}

.nav ul li,
.subMenuLi {
	width:108px;	
}
.nav ul li {
	height:40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	float: left;
	position: relative;
	z-index: 4;
	display: inline;
	background: url("../images/nav_line.jpg") no-repeat right;
}
.nav ul li a {
	display: block;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.nav ul li a:hover, .nav ul li a.current {
	color: #06c;
	background: url(../images/nav_bg2.jpg) no-repeat center;
}
.subMenu{
	height:185px;
	background: url("../images/submenubg.png") repeat-x left bottom;
	position: absolute;
	left: 0px;
	top:140px;
	display: none;
	z-index: 3;
}
.subMenuLi{
	height: auto;
	padding: 10px 0;
	display: none;
	position: absolute;
	z-index: 100;
	padding-top: 20px;

}
.subMenuLi ul {
	margin: 0px;
	padding: 0px;
}
.subMenuLi ul li{
	height: 25px;
	font-size: 12px;
	margin-left:25px;
	position: static;
	display: inline;
	background: none;
}
.subMenuLi ul li a {
	width: 75px;
	height: 20px;
	line-height:20px;
	text-align: center;
	color: #333;
	font-weight:normal;
	display: inline;
	padding:5px;
}
.subMenuLi ul li a:hover {
	background: #06c;
	color: #FFFFFF;
}*/

/*banner*/

.bannerdiv{
	overflow:hidden;	
}

.banner{
	margin:0 auto;
	
}



.bannerbox,#focus,#focus,#focus ul,#focus ul li{
	width:1440px;
	height:404px;
	overflow: hidden;	
}

.bannerbox {
	margin:0 auto;
	position: relative;
	left:50%;
	margin-left:-720px;

}

#focus {
	clear: both;
	position: relative;
	float: left;
}
#focus ul {
	float: left;
	position: absolute;
	clear: both;
	padding: 0px;
	margin: 0px;
}
#focus ul li {
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
}

#focus .preNext {
	width:230px;
	height:404px;
	position: absolute;
	top: 0px;
	cursor: pointer;	
}
#focus .pre {
	left: 0;
	background:url(../images/sprite.png) no-repeat center;
	
}
#focus .next {
	right: 0;
	background: url(../images/sprite1.png) no-repeat center;
}

/*全局居中*/

.indexdiv{
	margin:10px 0;
	overflow:hidden;
}

.index{
	margin:0 auto;
	width:975px;	
}


.c_cen .left,
.c_cen .right{
	
	float:left;
	/*background:#993300;*/
	height:390px;
	
}

.c_cen .left h1,
.c_cen .right h1{
	
}

.c_cen .left dl,
.c_cen .right div{

	
}

.c_cen .left {
	width:690px;

}

.c_cen .left_about{
	width:690px;
	height:166px;
	
}

.c_cen .left_news{
	width:690px;
	height:200px;
	margin-top:24px;
	
}

.c_cen .left a{
	color:#000;
}

.c_cen .left a:hover{
	color:#225EA6;
}



.c_cen .left_about dl dt {
	
}

.c_cen .left_about dl dt img{
	float:left;
	width:274px;
	height:160px;
	border:3px solid #C8CAC5;	
	margin-right:27px;
}

.c_cen .left_about dl dd.allbj{
	height:27px;
	background:url(../images/abbj.jpg) no-repeat right;

}

.c_cen .left_about dl dd.eallbj{
	height:27px;
	background:url(../images/eabbj.jpg) no-repeat right;

}

.c_cen .left_about dl dd{
	font-size:12px;
	line-height:23px;
	padding-top:10px;	
}


.c_cen .left_news .yk{
	width:274px;
	height:200px;
	float:left;
	margin-right:27px;
	
}

.c_cen .left_news .yk h1{
	height:20px;
	line-height:20px;
	
}

.c_cen .left_news .ns{
	width:385px;
	height:200px;
	float: right;	
}

.c_cen .left_news .ns h1{
	height:27px;
	background:url(../images/xwbj.jpg) no-repeat right;
	margin-bottom:15px;
	
}

.c_cen .left_news .ns h6{
	height:27px;
	background:url(../images/exwbj.jpg) no-repeat right;
	margin-bottom:15px;
	
}



.c_cen .left_news .ns ul li{
	line-height:27px;
	font-size:12px;
	background:url(../images/nsico.jpg) no-repeat left center;
	text-indent:10px;

	
}

.c_cen .right ul{
	padding:6px 0;
	
}


.c_cen .right div ul{
	padding:6px ;		
}



.c_cen .right ul li{
	line-height:22px;
	padding:3px;
	font-size:12px;
}

.c_cen .right ul li b{
	font-size:14px;
	font-weight:bold;
	
}



.c_cen .right{
	width:260px;
	float: right;
	padding-top:3px;
}

.c_cen .right h1{
	height:29px;
	background: url(../images/nxbj.jpg) no-repeat;
}

.c_cen .right h6{
	height:29px;
	background: url(../images/enxbj.jpg) no-repeat;
}

.c_bot .left,
.c_bot .right{
	width:495px;
}

.c_bot .left h1,
.c_bot .right h1{
	height:34px;
	line-height:34px;
}

.c_bot .left{
	float:left;
}

.c_bot .left h1{
	background:  url(../images/av.gif) no-repeat left top;
}

.con1,
.con2{
	float:left;
}

.con1 img{
	margin-top:5px;	
}


.con2 ul li{
	line-height:26px;
	text-indent:15px;	
}

.con2 ul li  b{
	font-weight:bold;
	font-size:14px;	
}


.c_bot .left ul li a,
.c_bot .left ul li a:hover{
	display:block;
	color:#666666;
	text-decoration:none;
}

.c_bot .right{	
	float: right;
	background: url(../images/bv.gif) no-repeat left top;
	
}

.c_bot .right h1{
	background: url(../images/bv.gif) no-repeat left top;
}

.c_bot .right ul li{
	line-height:25px;
}



.c_top .right{
	margin-top:10px;	
}


.c_top .right h1{
	height:32px;
	background:url(../images/zpbj.jpg) no-repeat;
}

.c_top .right h6{
	height:32px;
	background:url(../images/ezpbj.jpg) no-repeat;
}

.c_top .left{
	width:259px;
	float:left;	
}

.c_top .left ul li{
	height:30px;
	line-height:30px;
	border:1px solid #999999;
	margin:3px 0;
	background:url(../images/nav_bg2.jpg) repeat-x;
	text-indent:50px;
	
}

.c_top .left ul li a{
	width:259px;
	height:30px;
	display:block;
	color:#666;
	font-weight:bold;	
}

.c_top .left ul li a:hover{
	background:url(../images/nav_bg3.jpg) repeat-x;
	color:#fff;
	text-decoration:none;
}

.c_top .left{
	
	
}



/*新闻页面list_news&act_news*/


.list_news ol,
.art_news ol{
	min-height:270px;
}



.list_news ol li{
	height:35px;
	line-height:35px;
	border-bottom:1px dotted #333;
	background:url(../images/nsico.jpg) no-repeat left  center;
	text-indent:10px;
	font-size:12px;
	color: #666666;
}

.list_news ol li em{
	color:#999999;
}

.list_news ol li a{
	font-weight:bold;
}

.list_news ol li a:hover{
	color:#002F63;
}

.art_news h3,
.art_news h4{
	text-align:center;
	padding:10px 0;
	font-size: 15px;
	
}

.art_news h3{
	font-weight:bold;
}

.art_news h4{
	padding-top:0px;
	font-size:12px;
	color: #999999;
	border-bottom:1px dashed #CCCCCC;

}

.art_news ol li{
	line-height:30px;
	font-size:12px;
}

/*产品页面list_act&act_act*/


.list_act h2{
	margin-bottom:20px;
	
		
}

.list_act dl{
	float:left;
	padding:0 3px;
}

.list_act dl img{
	width:220px;
	height:225px;
	border:1px solid #AAAAAA;
	margin:2px;
}

.list_act dl dd {
	text-align:center;
	line-height:35px;

}

.list_act dl img:hover,
.thumbnail img:hover{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); 
	opacity: 0.8;	
}

.list_act dl  a,
.thumbnail a{
	display:block;
	text-decoration:none;
	font-size:14px;
	color:#333333;
}

.list_act dl a:hover,
.thumbnail a:hover{
	color:#002F63;
}


/*放大镜内容页*/

.fdj{
	width:auto;
	padding:10px;
	padding-right:0px;
	padding-left:0px;
}

.box {
	width:321px;
	float:left;
}
.tb-pic a {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.tb-pic a img {
	vertical-align:middle;
}
.tb-pic a {
	*display:block;
	*font-family:Arial;
	*line-height:1;
}
.tb-thumb {
	margin:10px 0 0;
	overflow:hidden;
}
.tb-thumb li {
	background:none repeat scroll 0 0 transparent;
	float:left;
	height:42px;
	margin:0 6px 0 0;
	overflow:hidden;
	padding:1px;
}
.tb-s310, .tb-s310 a {
	height:310px;
	width:308px;
}
.tb-s310, .tb-s310 img {
	max-height:310px;
	max-width:310px;
}
.tb-s310 a {
	*font-size:271px;
}
.tb-s40 a {
	*font-size:35px;
}
.tb-s40, .tb-s40 a {
	height:21px;
	width:31px;
}
.tb-booth {
	border:1px solid #CDCDCD;
	position:relative;
	z-index:1;
	padding:1px;	
}
.tb-thumb .tb-selected {
	background:none repeat scroll 0 0 #C30008;
	height:30px;
	padding:2px;
}
.tb-thumb .tb-selected div {
	background-color:#FFFFFF;
	border:medium none;
}
.tb-thumb li div {
	border:1px solid #CDCDCD;
}
div.zoomDiv {
	z-index:999;
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	height:200px;
	background:#ffffff;
	border:1px solid #CCCCCC;
	display:none;
	text-align:center;
	overflow:hidden;
}
div.zoomMask {
	position:absolute;
	background:url("../images/mask.png") repeat scroll 0 0 transparent;
	cursor:move;
	z-index:1;
}

/*art描述*/

.box_riht {
	width:288px;
	float: left;
}

.box_riht ol {
	

}
.box_riht li {
	display:block;
	line-height:30px;
	text-indent:20px;
	font-weight: bold;
	font-size:14px;	
}
.box_riht li.title {
	width:388px;
	display:block;
	line-height:30px;
	color:#0D2E54;
	font-size:16px;
}

.box_riht li b {
	color:#C31438;
	font-size:22px;
	font-weight:bold;
}

.act_act{
	margin:0 auto;	
}

.act_act h3{
	font-size:18px;
	font-weight:bold;
	color:#fff;
	display:block;
	line-height:50px;
	background:#2E94D6;
	text-indent:10px;
	margin-top:10px;
}

.act_act ol{
	

}

.act_act ol li{
	line-height:24px;
	
}


/*全局内页右*/

.same{
	width:700px;
	float: right;
}

.same h2{
	height:30px;
	line-height:30px;
	border-bottom:4px solid  #2C6A8F;
}

.about_right ul,
.list_news ol,
.art_news ol{
	margin:0 auto;
	padding:10px 0;
}

.about_right b,
.list_news b,
.art_news b,
.list_act b{
	display:inline-table;
	border-bottom:4px solid  #009BE5;

}


.about_right ul li{
	line-height:25px;
	font-size:14px;
	margin:0 5px;
}

.list_art_right{


}
.list_art_right dl{
	float:left;
	margin:10px;
}

.list_art_right dl img{
	width:253px;
	height:225px;
	padding:2px;
	border:1px solid #AAAAAA;
	
}

.list_art_right dl dd {
		text-align:center;
		line-height:55px;
		line-height:55px;		
}

.list_art_right dl img:hover,
.thumbnail img:hover{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); 
	opacity: 0.8;	
}

.list_art_right dl  a,
.thumbnail a{
	display:block;
	text-decoration:none;
	font-size:14px;
	color:#333333;
}

.list_art_right dl a:hover,
.thumbnail a:hover{
	color:#002F63;
}


/*more*/

.c_top .right b a{
	float:right;
	color: #FFFFFF;
	padding-right:5px;
}

.more em{
	float:right;
	color:#666;
	font-size:12px;
	padding-right:10px;
	padding-right:5px;
}

.more b a{
	float:right;
	color: #656162;
	line-height:29px;
	padding-right:5px;
}

.same em{
	float:right;
	padding-right:5px;
}

.same b{
	font-size:14px;
	font-weight:bold;
}


/*首页滚动*/

.gd{
	margin:0 auto;
	padding-top:20px;
}

.gd img{
	width:180px;
	height:175px;
	padding:2px;
	border:1px solid #CCCCCC;
	margin-left:20px;
}

.gd span{
 	display:block;
	line-height:60px;
	text-align:center;
}

.gd span a{
	color:#000;
	
}

.gd span a:hover{
	color:#053B6E;
	text-decoration:none;
}


/*首页图文资讯主控*/

.infiniteCarousel {
  position: relative;
  margin:0 auto;
}

.infiniteCarousel .wrapper {
  width:930px; 
  overflow: hidden;
  margin: 0 30px;
  top: 0; 
}

.infiniteCarousel .wrapper ul {
	
}

.infiniteCarousel ul li {
  display:block;
  color:#6C6D61;
  float:left;
  padding: 10px 6px;
  height: 147px;
  width: 147px;
  text-align:center;
}
.infiniteCarousel ul li a,
.infiniteCarousel ul li a:visited{
	color:#6C6D61;
}
.infiniteCarousel .wrapper ul li a:hover{
	text-decoration:underline;
}
.infiniteCarousel ul li a:hover img {
 	 border-color: #aaa;
}

.infiniteCarousel ul a img {
	/*  border:1px solid #E3E3E3;
	  padding:2px;*/
	  width:130px;
	  height:162px;
	  display:block;
}

.infiniteCarousel ul li a span{
	   display:block;
	   line-height:17px;
	   padding-top:6px;
}
.infiniteCarousel .arrow {
	  display: block;
	  height: 26px;
	  width: 26px;
	  text-indent: -999px;
	  position: absolute;
	  top: 70px;
	  cursor: pointer;
	  outline: 0;
  
}
.infiniteCarousel .forward {
	  background:url(../images/green_right.jpg) no-repeat left center;
	  right: 0;
}
.infiniteCarousel .back {
	  background:url(../images/green_left.jpg) no-repeat left center;
	  left: 0;
}


/*设备展示图牛展示*/

#lightbox{
	position: absolute;
	left: 0;
	width:100%;
	z-index:9999;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ 
	border: none; 
}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ 
	left: 0;
}
#hoverNav a{ 
	outline: none;
}

#prevLink, 
#nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink{
	left: 0; float: left;
 }
 
#nextLink{ 
	right: 0; float: right;
}

#prevLink:hover,
#prevLink:visited:hover{ 
	background: url(../images/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover,
#nextLink:visited:hover{ 
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	
	padding:0 10px; 
	color: #666;
 }
#imageData #imageDetails{
	width: 70%; 
	float: left; 
	text-align: left; 
 }	
#imageData #caption{
	font-weight: bold;	
 }
#imageData #numberDisplay{
 	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
 }			
#imageData #bottomNavClose{ 
	width: 66px; 
	float: right; 
	padding-bottom: 0.7em;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

.section{
	
}

.thumbnail{
	float:left;
	margin-top:20px;
	margin-left:10px;
	text-align:center;	
}	

.thumbnail img{
	width:220px;
	height:162px;
	background:#ccc;
	padding:1px;
}

.thumbnail h3{
	line-height:32px;
	display:block;
}




/*页*/

.ye{
	width:100%;
	height:30px;
	text-align:center;
	line-height:30px;
	padding-top:5px;
}

/*一*/
.dede_pages{
	width:100%;
	margin:0 auto;
	
}
.dede_pages ul{
	float:right;
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;
}
.dede_pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
	display:block;
}
.dede_pages ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px 2px;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,
.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	padding:2px 4px 2px;
	font-weight:bold;
}
.dede_pages .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}

/*二*/

/*pages*/
.pagination-wrapper {
clear:both;
padding:1em 0 2em 0;
text-align:center;
}
.pagination {
display: inline-block;
*display: inline;
*zoom: 1;
font-size:12px;
border-radius: 3px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li{
list-style: none;
display: inline;
float: left;
line-height: 1em;
text-decoration: none;
border: 1px solid #ddd;
border-left-width: 0;
}
.pagination li a {
display: inline-block;
padding: .5em .8em;
background-color: #f9f9f9;
color: #999;
}
.pagination li a:link{
background:#fff;
color: #4C78A5;
}
.pagination li a:hover{
text-decoration:none;
}
.pagination li a:link:hover {
color: #000;
}
.pagination li.thisclass {
background-color: #f9f9f9;
color:#999;
}
.pagination li:first-child {
border-left-width: 1px;
border-radius: 3px 0 0 3px;
}
.pagination li:last-child{
border-radius: 0 3px 3px 0;
}
.pagination .pageinfo{
color: #444;
}

/*留言*/

.guest{
	
}

.guest table{
	
}

.an{
	width:100%;
	margin:0 auto;
	margin-left:70px;
}

.sub{
	cursor: pointer;
	border:1px  solid  #666666;
	width:70px;
	height:28px;
	display:block;	
}
.guest b{
	color:#FF0000;
	font-size:12px;
	padding-left:5px;
}

.smhd{
	padding-left:60px;
	font-size:14px;

}

/*底部*/

.footerdiv{
	background: url(../images/fotdivbj.jpg) repeat-x;
}

.footer{
	margin:0 auto;
	width:1001px;
	height:105px;
	text-align:center;
	color:#AED4FF;
	background:url(../images/flog.jpg) no-repeat;	
}

.footer ul {
	padding-top:30px;
}

.footer ul li{
	line-height:20px;
}

.footer ul li a{
	color:#AED4FF;
	text-decoration: none;
}

.footer ul li a:hover{

	text-decoration: underline;
}



